home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 2 / Mac Magazin and MacEasy Magazine CD - Issue 02.iso / Sharewarebibliothek / Applikationen / Alpha.5.81 folder / Help / Default Key Bindings < prev    next >
Text File  |  1994-03-08  |  3KB  |  79 lines

  1.  
  2. Alpha allows you to customize the keystrokes you use to invoke editor 
  3. functions. There are basically three different ways editor functions can 
  4. be invoked:
  5.  
  6.     • Directly via Alpha menus.
  7.     • Via the 'Execute' function (in the Utils menu by default).
  8.     • Through key combinations other than menu equivalents. These 
  9.       combinations include function keys and the numeric keypad.
  10.       
  11. It is the last option that we are concerned with here. By default, Alpha 
  12. has well over 100 different key bindings, far more than you would ever want 
  13. to memorize. However, the bindings are there only for your convenience. You 
  14. don't need to use any of them, but many people find that using the mouse 
  15. for common editing functions seriously slows them down.
  16.  
  17. The following is a list of some of the most commonly used key bindings in 
  18. Alpha's default setup:
  19.  
  20.  
  21. Help
  22. ===========================================================================
  23. 'help'                                    invoke Alpha help
  24.  
  25.  
  26. Moving the Cursor
  27. ===========================================================================
  28. left-arrow  or  control-b                backward character
  29. right-arrow  or  control-f                forward character
  30. up-arrow  or  control-p                    previous-line
  31. down-arrow  or  control-n                next-line
  32.  
  33. command-left-arrow  or  option-b        backward one word
  34. command-right-arrow  or  option-f        forward one word
  35.  
  36. control-left-arrow  or  control-a        beginning of line
  37. control-right-arrow  or  control-e        end of line
  38. control-up-arrow  or  'home'            beginning of window
  39. control-down-arrow  or  'end'            end of window
  40.  
  41. 'pgup'                                   move one page backward
  42. 'pgdn'                                    move one page forward
  43.  
  44.  
  45. Selecting Text
  46. ===========================================================================
  47. shift-left-arrow                        extend selection one char left
  48. shift-right-arrow                        extend selection one char right
  49.  
  50. shift-up-arrow                            extend selection one line up
  51. shift-down-arrow                        extend selection one line down
  52.  
  53. shift-command-left-arrow                extend selection one word left
  54. shift-command-right-arrow                extend selection one word right
  55.  
  56. control-h                                select next word
  57.  
  58. shift-control-left-arrow                select to beginning of line
  59. shift-control-right-arrow                select to end of line
  60.  
  61.  
  62. Deleting Text
  63. ===========================================================================
  64. 'del'  or  control-d                    delete forward char
  65. 'delete'                                delete backward char
  66. option-d                                delete forward word
  67. option-h                                delete backward word
  68. control-k                                delete to end of line
  69.  
  70.  
  71. Windows
  72. ===========================================================================
  73. F5                                        previous window
  74. F6                                        next window
  75. F7                                        tile windows
  76. F8                                        exchange previous window w/ current
  77.  
  78.  
  79.